   body {
        overflow-x: hidden;
    }

    hr.greenBlock {
        border: 1px solid green;
    }

    .green-gradient-block {
        background: #afca0a !important;
        padding-top: 0px;
        padding-bottom: 50px;
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        left: 50%;
    }

    #ctl00_CustomWrapper {
        padding-bottom: 0;
    }


    .img-box-p {
        min-height: 55px;
    }

    /* #imgOne {
        width: 350px;
        height: 230.91px
    }

    #imgTwo {
        width: 350px;
        height: 230.91px
    }

    #imgThree {
        width: 350px;
        height: 230.91px
    }

    #imgFour {
        width: 350px;
        height: 230.91px
    }

    #imgFive {
        width: 350px;
        height: 230.91px
    }

    #imgSix {
        width: 350px;
        height: 230.91px
    } */
    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    #registerApp {
        margin-top: 8px;
    }

    @media only screen and (max-width: 2560px) {
        #registerApp {
            margin-top: 0px;
        }

    }

    @media only screen and (max-width: 1440px) {
        #registerApp {
            margin-top: 6px;
        }
    }

    @media only screen and (max-width: 1024px) {
        #panelOne {
            min-height: 95px;
        }

        #panelTwo {
            min-height: 120px;
        }

        #panelThree {
            min-height: 120px;
        }

        #panelFour {
            min-height: 95px;
        }

        #panelFive {
            min-height: 70px;
        }

        #imgOne {
            width: 300px !important;
            height: 300px !important;
        }

        #imgTwo {
            width: 300px !important;
            height: 300px !important;
        }

        #imgThree {
            width: 300px !important;
            height: 300px !important;
        }

        #imgFour {
            width: 300px !important;
            height: 300px !important;
        }

        #imgFive {
            width: 300px !important;
            height: 300px !important;
        }

        #imgSix {
            width: 300px !important;
            height: 300px !important;
        }

        #panelSixText {
            min-height: 96px !important;
        }

        #signUp {
            margin-top: 20px !important;
        }

        #registerApp {
            margin-top: 0px;
        }
    }

    @media only screen and (max-width: 768px) {
        #imgOne {
            width: 400px !important;
            height: 350px !important;
        }

        #imgTwo {
            width: 400px !important;
            height: 350px !important;
        }

        #imgThree {
            width: 400px !important;
            height: 350px !important;
        }

        #imgFour {
            width: 400px !important;
            height: 350px !important;
        }

        #imgFive {
            width: 400px !important;
            height: 350px !important;
        }

        #imgSix {
            width: 400px !important;
            height: 350px !important;
        }
    }

    @media only screen and (max-width: 425px) {
        #imgOne {
            width: 200px !important;
            height: 150px !important;
        }

        #imgTwo {
            width: 200px !important;
            height: 150px !important;
        }

        #imgThree {
            width: 200px !important;
            height: 150px !important;
        }

        #imgFour {
            width: 200px !important;
            height: 150px !important;
        }

        #imgFive {
            width: 200px !important;
            height: 150px !important;
        }

        #imgSix {
            width: 200px !important;
            height: 150px !important;
        }

    }